3.161 \(\int (a \sin (e+f x))^m \tan ^3(e+f x) \, dx\)

Optimal. Leaf size=48 \[ \frac {(a \sin (e+f x))^{m+4} \, _2F_1\left (2,\frac {m+4}{2};\frac {m+6}{2};\sin ^2(e+f x)\right )}{a^4 f (m+4)} \]

[Out]

hypergeom([2, 2+1/2*m],[3+1/2*m],sin(f*x+e)^2)*(a*sin(f*x+e))^(4+m)/a^4/f/(4+m)

________________________________________________________________________________________

Rubi [A]  time = 0.05, antiderivative size = 48, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 19, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.105, Rules used = {2592, 364} \[ \frac {(a \sin (e+f x))^{m+4} \, _2F_1\left (2,\frac {m+4}{2};\frac {m+6}{2};\sin ^2(e+f x)\right )}{a^4 f (m+4)} \]

Antiderivative was successfully verified.

[In]

Int[(a*Sin[e + f*x])^m*Tan[e + f*x]^3,x]

[Out]

(Hypergeometric2F1[2, (4 + m)/2, (6 + m)/2, Sin[e + f*x]^2]*(a*Sin[e + f*x])^(4 + m))/(a^4*f*(4 + m))

Rule 364

Int[((c_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[(a^p*(c*x)^(m + 1)*Hypergeometric2F1[-
p, (m + 1)/n, (m + 1)/n + 1, -((b*x^n)/a)])/(c*(m + 1)), x] /; FreeQ[{a, b, c, m, n, p}, x] &&  !IGtQ[p, 0] &&
 (ILtQ[p, 0] || GtQ[a, 0])

Rule 2592

Int[((a_.)*sin[(e_.) + (f_.)*(x_)])^(m_.)*tan[(e_.) + (f_.)*(x_)]^(n_.), x_Symbol] :> With[{ff = FreeFactors[S
in[e + f*x], x]}, Dist[ff/f, Subst[Int[(ff*x)^(m + n)/(a^2 - ff^2*x^2)^((n + 1)/2), x], x, (a*Sin[e + f*x])/ff
], x]] /; FreeQ[{a, e, f, m}, x] && IntegerQ[(n + 1)/2]

Rubi steps

\begin {align*} \int (a \sin (e+f x))^m \tan ^3(e+f x) \, dx &=\frac {\operatorname {Subst}\left (\int \frac {x^{3+m}}{\left (a^2-x^2\right )^2} \, dx,x,a \sin (e+f x)\right )}{f}\\ &=\frac {\, _2F_1\left (2,\frac {4+m}{2};\frac {6+m}{2};\sin ^2(e+f x)\right ) (a \sin (e+f x))^{4+m}}{a^4 f (4+m)}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.06, size = 53, normalized size = 1.10 \[ \frac {\sin ^4(e+f x) (a \sin (e+f x))^m \, _2F_1\left (2,\frac {m+4}{2};\frac {m+4}{2}+1;\sin ^2(e+f x)\right )}{f (m+4)} \]

Antiderivative was successfully verified.

[In]

Integrate[(a*Sin[e + f*x])^m*Tan[e + f*x]^3,x]

[Out]

(Hypergeometric2F1[2, (4 + m)/2, 1 + (4 + m)/2, Sin[e + f*x]^2]*Sin[e + f*x]^4*(a*Sin[e + f*x])^m)/(f*(4 + m))

________________________________________________________________________________________

fricas [F]  time = 0.45, size = 0, normalized size = 0.00 \[ {\rm integral}\left (\left (a \sin \left (f x + e\right )\right )^{m} \tan \left (f x + e\right )^{3}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a*sin(f*x+e))^m*tan(f*x+e)^3,x, algorithm="fricas")

[Out]

integral((a*sin(f*x + e))^m*tan(f*x + e)^3, x)

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \left (a \sin \left (f x + e\right )\right )^{m} \tan \left (f x + e\right )^{3}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a*sin(f*x+e))^m*tan(f*x+e)^3,x, algorithm="giac")

[Out]

integrate((a*sin(f*x + e))^m*tan(f*x + e)^3, x)

________________________________________________________________________________________

maple [F]  time = 0.52, size = 0, normalized size = 0.00 \[ \int \left (a \sin \left (f x +e \right )\right )^{m} \left (\tan ^{3}\left (f x +e \right )\right )\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a*sin(f*x+e))^m*tan(f*x+e)^3,x)

[Out]

int((a*sin(f*x+e))^m*tan(f*x+e)^3,x)

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \left (a \sin \left (f x + e\right )\right )^{m} \tan \left (f x + e\right )^{3}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a*sin(f*x+e))^m*tan(f*x+e)^3,x, algorithm="maxima")

[Out]

integrate((a*sin(f*x + e))^m*tan(f*x + e)^3, x)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.02 \[ \int {\mathrm {tan}\left (e+f\,x\right )}^3\,{\left (a\,\sin \left (e+f\,x\right )\right )}^m \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(tan(e + f*x)^3*(a*sin(e + f*x))^m,x)

[Out]

int(tan(e + f*x)^3*(a*sin(e + f*x))^m, x)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \left (a \sin {\left (e + f x \right )}\right )^{m} \tan ^{3}{\left (e + f x \right )}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a*sin(f*x+e))**m*tan(f*x+e)**3,x)

[Out]

Integral((a*sin(e + f*x))**m*tan(e + f*x)**3, x)

________________________________________________________________________________________